Non-record: 3x MLP + Quantization-Aware Training (STE)#1595
Closed
seekerPrice wants to merge 1 commit intoopenai:mainfrom
Closed
Non-record: 3x MLP + Quantization-Aware Training (STE)#1595seekerPrice wants to merge 1 commit intoopenai:mainfrom
seekerPrice wants to merge 1 commit intoopenai:mainfrom
Conversation
- 3x MLP expansion: proven -0.005 BPB vs baseline (2.2240 vs 2.2290) - QAT with straight-through estimator: trains int6-friendly weights - Full ablation table included in README - H100 validation pending Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
Progress Update (April 14)Significant breakthroughs since initial submission: Results (local M5, SP1024/SP4096)
Key Discoveries
Novel Inventions (implemented, testing)
Next Steps
🤖 Generated with Claude Code |
5 tasks
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key Innovation: QAT-STE
Injects int6 quantization noise during training via straight-through estimator, starting at 30% of iterations. The model learns weight distributions that are robust to post-training quantization — instead of training blind and hoping quantization doesn't hurt.
Ablation Results (300 steps, SP1024, M5 MacBook)
Test plan
🤖 Generated with Claude Code